All tags
Posts tagged with "Claude Code"
Safety Gates in Claude Code Skills: From Auditing 35 Skills to a Three-Layer Protection Model
I assumed writing 'Use AskUserQuestion' in a Skill was a hard constraint. After auditing 35 Skills, reading the official docs, and digging through GitHub Issues, I found out: the model uses the same mechanism to decide whether to obey your CHECKPOINT and whether to invoke your tool. There's only one gate that's truly 100%.
Claude Code Skill 的安全閘門:從 35 個 Skills 的審計到三層防護模型
我以為在 Skill 裡寫 Use AskUserQuestion 就是 hard constraint。審計完 35 個 Skills、查完官方文檔和 GitHub Issues 之後發現,模型用同一套機制決定要不要理你的 CHECKPOINT 和要不要調用你的 tool。真正 100% 的閘門只有一個。
Git as an External Brain for Claude Code: Beyond MEMORY.md
MEMORY.md isn't the end of the road for AI Agent memory. When project scale exceeds what a context window can hold, Git becomes the truly scalable external memory. This post breaks down the three layers of memory, Git's role among them, and which practices have research backing vs. which are just my own experiments.
Git 作為 Claude Code 的外接大腦:超越 MEMORY.md 的記憶架構
MEMORY.md 不是 AI Agent 記憶的終點。當專案規模超過 context window 能承載的範圍,Git 才是真正能無限擴展的外接記憶體。這篇拆解記憶的三個層次、Git 在其中的角色、以及哪些做法有研究支撐、哪些只是我自己的實驗。
247GB 的 Codebase,一個 AI,和一堆踩過的坑
當你的 AOSP codebase 大到人腦裝不下,Claude Code + 自建 MCP server 能幫到什麼程度?這是我從「能動就好」到 16 個工具的完整過程,包括哪些假設被打臉。